You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > SerializeObject Method > SerializeObject Method (object, params JsonConverter[])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.SerializeObject Method (object, params JsonConverter[])

Serializes the specified object to a JSON string using a collection of JsonConverter.

Syntax
C++
C#
Visual Basic
public: string SerializeObject( object value, params JsonConverter[] converters );
Parameters
Parameters 
Description 
value 
The object to serialize. 
converters 
A collection converters used while serializing. 
Returns

A JSON string representation of the object.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.